Interface HTTPHeader

All Superinterfaces:
Header, IPCData, Pdu, Signal
All Known Subinterfaces:
HTTPRequest, HTTPRequestHeader, HTTPResponse, HTTPResponseHeader, HTTPsResponse
All Known Implementing Classes:
HTTPHeaderImpl, HTTPRequestHeaderImpl, HTTPRequestImpl, HTTPResponseHeaderImpl, HTTPResponseImpl, HTTPsResponseImpl

public interface HTTPHeader extends Header
  • Method Details

    • getType

      HTTPType getType()
      Returns:
      HTTPType Returns a HTTPType
    • setType

      void setType(HTTPType type)
      Parameters:
      type - Takes in a parameter of type
    • getIsHttps

      boolean getIsHttps()
      Returns:
      boolean Returns a boolean
    • setIsHttps

      void setIsHttps(boolean isHttps)
      Parameters:
      isHttps - Takes in a parameter of isHttps